HTTP status codes 424
HTTP status codes
424
HTTP 424 vs 500: Choosing the Correct Status Code for External Dependency Errors in Your Service — codegenes.net
API サーバーが依存している外部サービスに問題がある場合、どのような status code を返すべきか
stripe API は 424 を返すことがある
Advanced error handling | Stripe Documentation
The request couldn’t be completed due to a failure in a dependency external to Stripe.
424 はマイナーだし、当初作られた用途は意図が違うという話もある。あまり使わない方が良い気がしている。
ではそのような場合どうするか、という話になるのだが、
HTTP status code 422
を使う API がある